From e84f1ae3bbc9ebab345e3858e7f3ad28b5cbe737 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Jan 2016 15:38:38 -0500 Subject: [PATCH] Update the list of required cursors We're now using standard cursor names for DND, so check for these. --- testsuite/gtk/check-cursor-names.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testsuite/gtk/check-cursor-names.c b/testsuite/gtk/check-cursor-names.c index b61084876e..9d7b5cfffc 100644 --- a/testsuite/gtk/check-cursor-names.c +++ b/testsuite/gtk/check-cursor-names.c @@ -17,10 +17,10 @@ static char *cursor_names[] = { /*** dnd cursors, from gtkdnd.c ***/ "dnd-ask", - "dnd-copy", - "dnd-move", - "dnd-link", - "dnd-none", + "copy", + "move", + "alias", + "no-drop", "none", /* used e.g. in gtkentry.c */ "pointer", /* used e.g. in gtklinkbutton.c */ -- 2.30.2